PermanentQueue<T>.AddReader Method

Adds the reader.
public void AddReader( 
object reader 
)
This language is not supported or no code example is available.
public:  
void AddReader( 
object^ reader 
)
This language is not supported or no code example is available.
public function AddReader( 
reader : object 
);
This language is not supported or no code example is available.

Parameters

reader
object

The reader.

In this article

Definition